home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / hs_inst.zip / HS-GAP51.ZIP / HS-GAP.DOC < prev   
Text File  |  1991-11-12  |  2KB  |  37 lines

  1.                            ADDING HS/LINK TO GAP BBS
  2.                    TESTED WITH GAP V5.1 AND HS/LINK V1.0ßC1
  3.  
  4.        Since Gap currently does not support Batch protocols other than "D"
  5.      for DSZ, you will have to set up the HS/Link protocol as letter "D". 
  6.      To set up HS/Link with GAP you need to do the following:
  7.  
  8.          1)  Copy EXTSD.BAT & EXTRD.BAT to your GAP Main Directory
  9.          2)  Make sure HSLINK is in your GAP Directory or in your PATH.
  10.          3)  Edit your AUTOEXEC.BAT and add the Statement:
  11.              SET DSZLOG = C:\GAP\DSZ.LOG
  12.              (you can use any directory or filename you like, but you
  13.                  must have this statement or batch uploads will not work)
  14.          4)  Copy the FLISTCNV.EXE to your GAP Directory (or in a PATH)
  15.          5)  Run GAP, Go into the Configuration under the section marked
  16.              "File System Options" and add the letter "D" to `External
  17.              Protocol Letters.'  Make sure the prompt above it `Use
  18.              External Protocols' is set to "Y".
  19.  
  20.        As long as you do exactly as above, everything will work.  A few
  21.      notes about the EXTRD.BAT file.  In the line (shown below) that says
  22.      -UD:\NEWUP\WORK0 change the NEWUP to your upload and add the "\WORK0"
  23.      to the end of it, if you don't it will NOT work.
  24.  
  25.          EXTRD.BAT
  26.  
  27.          @if exist %DSZLOG% del %DSZLOG%
  28.          @HSLINK -P%1 -E%2 -UD:\NEWUP\WORK0
  29.  
  30.        If your directory was E:\UP then the second line would be:
  31.  
  32.          @HSLINK -P%1 -E%2 -UE:\UP\WORK0
  33.  
  34.        If you are getting errors during uploading or downloading you
  35.      may need to add the -HS parameter to the command line.  Check your
  36.      HS/Link Documentation for more information on this and other options.
  37.